home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / anms112.zip / ANMS.DOC next >
Text File  |  1996-09-22  |  2KB  |  63 lines

  1.     Animation Scramble version 1.12 Manual
  2.  
  3. [Abstract]
  4.  
  5.   This simple game is the same as OS/2's Scramble game,
  6. but Animation Scramble 1.12 can show two or more bitmaps in sequence.
  7.  
  8.  
  9. [How to play]
  10.  
  11.   To start a new game, please select "Start" in the popup menu
  12. activated by the Button 2 click.  The bitmaps for the game will be
  13. divided into sixteen tiles and shuffled. One of those tiles will be
  14. hidden.  The hidden tile isn't necessarily the right bottom one.
  15.  
  16.   Move the mouse pointer upon the tile you want to move.  You will find
  17. the shape of the mouse pointer is changed to show the tile's
  18. destination.  Clicking on a tile moves it. 
  19.  
  20.   You cannot use a keyboard to play this game.
  21.  
  22.   Selecting "Option..." in the popup menu display the dialog box for
  23. animation settings.  The "Movement" radio buttons determine how the
  24. bitmaps are shown.  For example, if there are 4 bitmaps to be shown,
  25. "Forth" means the program will show them from No.1 to No.4, from No.1
  26. to No.4, and so on. (1, 2, 3, 4, 1, 2, 3, 4, ...)   On the other hand,
  27. "Forth & Back" means that the bitmaps are shown from No.1 to No.4,
  28. then back from No.4 to No.1, and so on. (1, 2, 3, 4, 3, 2, 1, 2, ...)
  29.  
  30.  
  31. [Parameters]
  32.  
  33.   The game program, ANMS.EXE, can take at most 3 parameters.
  34. The format is:
  35.  
  36.   anms [filename [time [movement]]]
  37.  
  38. The brackets mean that those parameters can be omitted.
  39.  
  40.   The "filename" parameter means the filename to be used in the game.
  41. Wild card characters '*' and '?' are available.  In case the wild card
  42. matches two or more files, ANMS.EXE will show the files in sequence.
  43. The special path "~\" is allowed.  It means the directory where
  44. ANMS.EXE is installed.  The default bitmaps are "~\anms*.bmp".
  45.  
  46.   The "time" parameter determines the time interval to change a bitmap
  47. to the next one in milliseconds.  This parameter will be reserved in
  48. the INI file.
  49.  
  50.   The "movement" parameter determines how the bitmaps are displayed.
  51. The switch value of 0 is exactly the same as "Forth" in the settings
  52. dialog box.  The value of 1 means "Forth & Back".
  53.  
  54.  
  55. [Other]
  56.  
  57.   This is freeware, and you can modify it or distribute it freely.
  58. Please send me an email if you like this program.
  59.  
  60.             TAKASUGI Shinji (surname first - Japanese way)
  61.             member of Team OS/2 Japan
  62.             nps1970@ibm.net
  63.